翻訳と辞書
Words near each other
・ dynamic execution
・ dynamic host configuration protocol
・ dynamic html
・ dynamic language
・ dynamic link
・ dynamic link library
・ dynamic object-oriented requirements system
・ dynamic ram
・ dynamic random-access memory
・ dynamic routing
dynamic scope
・ dynamic scoping
・ dynamic systems development method
・ dynamic translation
・ dynamic typing
・ dynamically linked library
・ dynamically scoped
・ dynamically typed
・ dynamics analyzer
・ dynamo


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

dynamic scope : FOLDOC
dynamic scope
In a dynamically scoped language, e.g. most versions of Lisp, an identifier can be referred to, not only in the block where it is declared, but also in any function or procedure called from within that block, even if the called procedure is declared outside the block.
This can be implemented as a simple stack of (identifier, value) pairs, accessed by searching down from the top of stack for the most recent instance of a given identifier.
The opposite is lexical scope. A common implementation of dynamic scope is shallow binding.
(1996-07-11)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.